home *** CD-ROM | disk | FTP | other *** search
- stop();
- var game = container_mc.GameBase;
- resume_btn.onRelease = closeMain_btn.onRelease = function()
- {
- gotoAndStop("game");
- game.interface_mc.pauseResume();
- };
- restart_btn.onRelease = function()
- {
- gotoAndStop("game");
- game.restartGame();
- };
- instructions_btn.onRelease = function()
- {
- gotoAndStop("instructions");
- };
- leaderboard_btn.onRelease = function()
- {
- gotoAndStop("leaderboard");
- };
- sendToAFriend_btn.onRelease = function()
- {
- gotoAndStop("sendtoafriend");
- };
-